home *** CD-ROM | disk | FTP | other *** search
- //
- // Script with car definition
- //
- // This file is included by Data\Logic\%Game Mode%\Cars.scr which includes Data\Logic\Common\Car.def
- // so it can use keywords declared in Car.def
- //
- Car( "NBR1" )
- {
-
- !include("model.scr")
-
- SkinNormal("NBR1")
- SkinMenu("NBR1_MENU")
- SkinGhost("NBR1_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e_pow")
- }
-
-